Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented user frontend and backend #51

Merged
merged 13 commits into from
Feb 27, 2025
Merged

Conversation

uo294186
Copy link

@uo294186 uo294186 commented Feb 25, 2025

Pablo implemented a basic frontend with login, signup, an initial home page and form validation. He also included security provided by Spring

I implemented the user service that receives the information from the main app and stores the user in the mongodb database. It also retrieves users from it.

To test it, you need to have both the webapp project and the user services project running. You also need to have a local mongodb instance running in port 27017.

@uo294186 uo294186 added code Issues related with coding new features User Service Issues related with the user service labels Feb 25, 2025
@pablordgez pablordgez linked an issue Feb 26, 2025 that may be closed by this pull request
@lauralaca lauralaca merged commit 7eb3a6e into development Feb 27, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Issues related with coding new features User Service Issues related with the user service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UserService: create a skeleton for the user service
3 participants